FEXP Solver  1.0.0.0
CFEXPElementFactory Class Reference

Factory for FEs. It creates FE based on the settings comming from an input data files. More...

#include <FEXPElement.h>

Public Types

using t_FElementMap = std::map< FEXPFEDefinition::EFEXPFiniteElementType, std::function< Ptr< ICFEXPElementBase >()> >
 

Static Public Member Functions

static Ptr< ICFEXPElementBaseGetFiniteElement (FEXPFEDefinition::EFEXPFiniteElementType el_type)
 

Static Public Attributes

static const t_FElementMap FINITE_ELEMENT_CLS_MAP
 

Detailed Description

Factory for FEs. It creates FE based on the settings comming from an input data files.

Member Typedef Documentation

◆ t_FElementMap

Member Function Documentation

◆ GetFiniteElement()

Ptr< ICFEXPElementBase > CFEXPElementFactory::GetFiniteElement ( FEXPFEDefinition::EFEXPFiniteElementType  el_type)
static

Member Data Documentation

◆ FINITE_ELEMENT_CLS_MAP

const CFEXPElementFactory::t_FElementMap CFEXPElementFactory::FINITE_ELEMENT_CLS_MAP
static
Initial value:
=
{
}

The documentation for this class was generated from the following files: